rodb.kudesnik.cc
 

Valkyrian Manteau #2524 Valkyrian Manteau [1] / 0z

 

A manteau that is worn by the Valkyries, Odin's battle maidens.
Indestructible (except in upgrade attempts).
[ Mage, Archer, Acolyte Class ]
Perfect Dodge + 5
Additional Perfect Dodge can be earned by Refining, and is equal to the Refine Rate * 2.
[ Swordman, Merchant, Thief Class ]
Reflect 5% of all Physical Melee Damage back to the enemy which inflicted it.
Additional Reflect Damage can be earned by Refining, and is equal to the Refine Rate * 2.
However, the perfect dodge or damage reflect will only increase up to + 10 refine.
[ Valkyrie Helm & Valkyrja's Armor & Valkyrja's Manteau & Valkyrja's Shoes Equip Set ]
Класс : Garment
Защита : 3
Вес : 50
Необходимый Lv. : 1
Доступно для : Любой Advanced-профессии, кроме High Novice
Улучшается : Да

Доп. информация:
ID : 2524
Цена у NPC : 0
Script :
{ bonus bUnbreakableGarment,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bShortWeaponDamageReturn,5+(getequiprefinerycnt(EQI_GARMENT)*2); }

{
...bonus bUnbreakableGarment,0;
...if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2);
...else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bShortWeaponDamageReturn,5+(getequiprefinerycnt(EQI_GARMENT)*2);
}